Page.GraphicsModeEnum Enum
Enum that represents the graphics modes that the page can be in.
enum Page.GraphicsModeEnum
Constants
PAGE_DESCRIPTION = &h0001 | When in this mode then the page is in neutral mode. It is ready to start recording a path or to begin a text object for example. |
PATH_OBJECT = &h0002 | When in this mode then your recording a path. |
TEXT_OBJECT = &h0004 | When in this mode then your in middle of creating a text block. |
CLIPPING_PATH = &h0008 | |
SHADING = &h0010 | |
INLINE_IMAGE = &h0020 | |
EXTERNAL_OBJECT = &h0040 | |